﻿2026-06-15T13:34:10.3593960Z Current runner version: '2.335.1'
2026-06-15T13:34:10.3598555Z Runner name: 'kitsubito'
2026-06-15T13:34:10.3599171Z Runner group name: 'Default'
2026-06-15T13:34:10.3599827Z Machine name: 'KITSUBITO'
2026-06-15T13:34:10.3601747Z ##[group]GITHUB_TOKEN Permissions
2026-06-15T13:34:10.3603488Z Contents: read
2026-06-15T13:34:10.3603885Z Metadata: read
2026-06-15T13:34:10.3604257Z Packages: read
2026-06-15T13:34:10.3604628Z ##[endgroup]
2026-06-15T13:34:10.3606194Z Secret source: Actions
2026-06-15T13:34:10.3606694Z Prepare workflow directory
2026-06-15T13:34:10.3960058Z Prepare all required actions
2026-06-15T13:34:10.3988900Z Getting action download info
2026-06-15T13:34:11.0385205Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-15T13:34:12.1084535Z Complete job name: n1-gate (self-hosted, Linux, kitsubito)
2026-06-15T13:34:12.2041511Z ##[group]Run actions/checkout@v5
2026-06-15T13:34:12.2042660Z with:
2026-06-15T13:34:12.2043287Z   fetch-depth: 0
2026-06-15T13:34:12.2044025Z   repository: SaberMage/spt-core
2026-06-15T13:34:12.2051905Z   token: ***
2026-06-15T13:34:12.2052553Z   ssh-strict: true
2026-06-15T13:34:12.2053225Z   ssh-user: git
2026-06-15T13:34:12.2053889Z   persist-credentials: true
2026-06-15T13:34:12.2054628Z   clean: true
2026-06-15T13:34:12.2055311Z   sparse-checkout-cone-mode: true
2026-06-15T13:34:12.2056130Z   fetch-tags: false
2026-06-15T13:34:12.2056820Z   show-progress: true
2026-06-15T13:34:12.2057512Z   lfs: false
2026-06-15T13:34:12.2058151Z   submodules: false
2026-06-15T13:34:12.2058846Z   set-safe-directory: true
2026-06-15T13:34:12.2060461Z ##[endgroup]
2026-06-15T13:34:12.2890804Z Syncing repository: SaberMage/spt-core
2026-06-15T13:34:12.2892977Z ##[group]Getting Git version info
2026-06-15T13:34:12.2894290Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-15T13:34:12.2896021Z [command]/usr/bin/git version
2026-06-15T13:34:12.2913299Z git version 2.43.0
2026-06-15T13:34:12.2930795Z ##[endgroup]
2026-06-15T13:34:12.2942138Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/cd974eba-5b27-48d3-b9fc-9a615a5d7c13' before making global git config changes
2026-06-15T13:34:12.2944459Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T13:34:12.2946372Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T13:34:12.2976249Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-15T13:34:12.2993377Z https://github.com/SaberMage/spt-core
2026-06-15T13:34:12.3003984Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-15T13:34:12.3006085Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-15T13:34:12.3023709Z HEAD
2026-06-15T13:34:12.3056113Z ##[endgroup]
2026-06-15T13:34:12.3057078Z [command]/usr/bin/git submodule status
2026-06-15T13:34:12.3241205Z ##[group]Cleaning the repository
2026-06-15T13:34:12.3242727Z [command]/usr/bin/git clean -ffdx
2026-06-15T13:34:12.3271694Z Removing traceable-reqs
2026-06-15T13:34:12.3277885Z [command]/usr/bin/git reset --hard HEAD
2026-06-15T13:34:12.3366339Z HEAD is now at 4540629 Merge 23e53fc39ba7d7d4efb34e086e13cd1cc03ddf28 into 1fc700baa4fd92c86c43744469cbd074dc4c23fa
2026-06-15T13:34:12.3371960Z ##[endgroup]
2026-06-15T13:34:12.3373546Z ##[group]Disabling automatic garbage collection
2026-06-15T13:34:12.3376180Z [command]/usr/bin/git config --local gc.auto 0
2026-06-15T13:34:12.3403072Z ##[endgroup]
2026-06-15T13:34:12.3404155Z ##[group]Setting up auth
2026-06-15T13:34:12.3408317Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T13:34:12.3433998Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T13:34:12.3625398Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T13:34:12.3652307Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T13:34:12.3833847Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T13:34:12.3860144Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T13:34:12.4049604Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-15T13:34:12.4079049Z ##[endgroup]
2026-06-15T13:34:12.4080508Z ##[group]Fetching the repository
2026-06-15T13:34:12.4086951Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +4540629cd05ffb7eed0359beacf84e6f8edeee8c:refs/remotes/pull/16/merge
2026-06-15T13:34:13.3589622Z ##[endgroup]
2026-06-15T13:34:13.3590161Z ##[group]Determining the checkout info
2026-06-15T13:34:13.3591020Z ##[endgroup]
2026-06-15T13:34:13.3595198Z [command]/usr/bin/git sparse-checkout disable
2026-06-15T13:34:13.3633070Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-15T13:34:13.3658402Z ##[group]Checking out the ref
2026-06-15T13:34:13.3660893Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/16/merge
2026-06-15T13:34:13.3701533Z HEAD is now at 4540629 Merge 23e53fc39ba7d7d4efb34e086e13cd1cc03ddf28 into 1fc700baa4fd92c86c43744469cbd074dc4c23fa
2026-06-15T13:34:13.3704300Z ##[endgroup]
2026-06-15T13:34:13.3736143Z [command]/usr/bin/git log -1 --format=%H
2026-06-15T13:34:13.3756945Z 4540629cd05ffb7eed0359beacf84e6f8edeee8c
2026-06-15T13:34:13.3946297Z ##[group]Run echo 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"
2026-06-15T13:34:13.3946836Z [36;1mecho 'RUSTFLAGS=-C link-arg=-fuse-ld=mold' >> "$GITHUB_ENV"[0m
2026-06-15T13:34:13.3962599Z shell: /usr/bin/bash -e {0}
2026-06-15T13:34:13.3962884Z ##[endgroup]
2026-06-15T13:34:13.4050596Z ##[group]Run set -euo pipefail
2026-06-15T13:34:13.4050959Z [36;1mset -euo pipefail[0m
2026-06-15T13:34:13.4065162Z [36;1mPIN=0c95435[0m
2026-06-15T13:34:13.4065449Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-06-15T13:34:13.4065747Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-06-15T13:34:13.4066146Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-06-15T13:34:13.4066626Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-06-15T13:34:13.4067123Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-06-15T13:34:13.4067528Z [36;1m  rm -rf "$CACHE"[0m
2026-06-15T13:34:13.4067804Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-06-15T13:34:13.4068124Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-06-15T13:34:13.4068499Z [36;1m  cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-06-15T13:34:13.4069022Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-06-15T13:34:13.4069299Z [36;1mfi[0m
2026-06-15T13:34:13.4069632Z [36;1mSPT_N1_OLD_BROKER="$BIN" cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-06-15T13:34:13.4084084Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-06-15T13:34:13.4084432Z env:
2026-06-15T13:34:13.4084675Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-06-15T13:34:13.4084947Z ##[endgroup]
2026-06-15T13:34:13.6804116Z    Compiling proc-macro2 v1.0.106
2026-06-15T13:34:13.6804931Z    Compiling quote v1.0.45
2026-06-15T13:34:13.6805493Z    Compiling unicode-ident v1.0.24
2026-06-15T13:34:13.6806083Z    Compiling libc v0.2.186
2026-06-15T13:34:13.6806720Z    Compiling serde_core v1.0.228
2026-06-15T13:34:13.6807116Z    Compiling cfg-if v1.0.4
2026-06-15T13:34:13.6807445Z    Compiling serde v1.0.228
2026-06-15T13:34:13.6832392Z    Compiling log v0.4.32
2026-06-15T13:34:13.6879386Z    Compiling pin-project-lite v0.2.17
2026-06-15T13:34:13.6921883Z    Compiling portable-atomic v1.13.1
2026-06-15T13:34:13.6959712Z    Compiling typenum v1.20.1
2026-06-15T13:34:13.7010729Z    Compiling memchr v2.8.1
2026-06-15T13:34:13.7112215Z    Compiling version_check v0.9.5
2026-06-15T13:34:13.7113918Z    Compiling critical-section v1.2.0
2026-06-15T13:34:13.7130806Z    Compiling find-msvc-tools v0.1.9
2026-06-15T13:34:13.7532684Z    Compiling shlex v2.0.1
2026-06-15T13:34:13.7911880Z    Compiling futures-core v0.3.32
2026-06-15T13:34:13.8092025Z    Compiling bytes v1.11.1
2026-06-15T13:34:13.8341262Z    Compiling subtle v2.6.1
2026-06-15T13:34:13.9291479Z    Compiling equivalent v1.0.2
2026-06-15T13:34:13.9352514Z    Compiling smallvec v1.15.1
2026-06-15T13:34:13.9700412Z    Compiling itoa v1.0.18
2026-06-15T13:34:13.9775758Z    Compiling semver v1.0.28
2026-06-15T13:34:13.9961835Z    Compiling stable_deref_trait v1.2.1
2026-06-15T13:34:14.0061274Z    Compiling futures-io v0.3.32
2026-06-15T13:34:14.0709809Z    Compiling slab v0.4.12
2026-06-15T13:34:14.0852257Z    Compiling generic-array v0.14.7
2026-06-15T13:34:14.0979551Z    Compiling futures-sink v0.3.32
2026-06-15T13:34:14.1414838Z    Compiling futures-task v0.3.32
2026-06-15T13:34:14.1560932Z    Compiling hashbrown v0.17.1
2026-06-15T13:34:14.1640843Z    Compiling rustversion v1.0.22
2026-06-15T13:34:14.1736523Z    Compiling futures-channel v0.3.32
2026-06-15T13:34:14.1978467Z    Compiling bitflags v2.12.1
2026-06-15T13:34:14.2911212Z    Compiling rustc_version v0.4.1
2026-06-15T13:34:14.3011360Z    Compiling cpufeatures v0.2.17
2026-06-15T13:34:14.3051563Z    Compiling fnv v1.0.7
2026-06-15T13:34:14.3334809Z    Compiling rand_core v0.10.1
2026-06-15T13:34:14.3661025Z    Compiling cfg_aliases v0.2.1
2026-06-15T13:34:14.3700898Z    Compiling strsim v0.11.1
2026-06-15T13:34:14.3771017Z    Compiling writeable v0.6.3
2026-06-15T13:34:14.4310663Z    Compiling litemap v0.8.2
2026-06-15T13:34:14.4670623Z    Compiling utf8_iter v1.0.4
2026-06-15T13:34:14.4961483Z    Compiling icu_normalizer_data v2.2.0
2026-06-15T13:34:14.5031542Z    Compiling getrandom v0.4.2
2026-06-15T13:34:14.5840399Z    Compiling dunce v1.0.5
2026-06-15T13:34:14.6222905Z    Compiling icu_properties_data v2.2.0
2026-06-15T13:34:14.6560800Z    Compiling fs_extra v1.3.0
2026-06-15T13:34:14.6677535Z    Compiling ident_case v1.0.1
2026-06-15T13:34:14.7860091Z    Compiling percent-encoding v2.3.2
2026-06-15T13:34:14.7941092Z    Compiling autocfg v1.5.1
2026-06-15T13:34:14.8251616Z    Compiling http v1.4.1
2026-06-15T13:34:14.8504364Z    Compiling cpufeatures v0.3.0
2026-06-15T13:34:14.9214138Z    Compiling aws-lc-rs v1.17.0
2026-06-15T13:34:14.9714608Z    Compiling thiserror v2.0.18
2026-06-15T13:34:15.0324116Z    Compiling syn v2.0.117
2026-06-15T13:34:15.0670788Z    Compiling unicode-segmentation v1.13.3
2026-06-15T13:34:15.0680293Z    Compiling scopeguard v1.2.0
2026-06-15T13:34:15.0769939Z    Compiling form_urlencoded v1.2.2
2026-06-15T13:34:15.0941254Z    Compiling chacha20 v0.10.0
2026-06-15T13:34:15.1092362Z    Compiling untrusted v0.9.0
2026-06-15T13:34:15.1504494Z    Compiling indexmap v2.14.0
2026-06-15T13:34:15.2141336Z    Compiling lock_api v0.4.14
2026-06-15T13:34:15.2331023Z    Compiling rustls v0.23.40
2026-06-15T13:34:15.2700575Z    Compiling heck v0.5.0
2026-06-15T13:34:15.2930846Z    Compiling unicode-xid v0.2.6
2026-06-15T13:34:15.3071524Z    Compiling anyhow v1.0.102
2026-06-15T13:34:15.3941538Z    Compiling const-oid v0.10.2
2026-06-15T13:34:15.4130776Z    Compiling atomic-waker v1.1.2
2026-06-15T13:34:15.4220958Z    Compiling paste v1.0.15
2026-06-15T13:34:15.4430299Z    Compiling zerocopy v0.8.50
2026-06-15T13:34:15.4740477Z    Compiling httparse v1.10.1
2026-06-15T13:34:15.5230651Z    Compiling parking_lot_core v0.9.12
2026-06-15T13:34:15.5360699Z    Compiling num-traits v0.2.19
2026-06-15T13:34:15.6047209Z    Compiling convert_case v0.10.0
2026-06-15T13:34:15.6379975Z    Compiling hybrid-array v0.4.12
2026-06-15T13:34:15.6591245Z    Compiling jobserver v0.1.34
2026-06-15T13:34:15.7211849Z    Compiling curve25519-dalek v4.1.3
2026-06-15T13:34:15.7355357Z    Compiling ahash v0.8.12
2026-06-15T13:34:15.7569432Z    Compiling either v1.16.0
2026-06-15T13:34:15.7748834Z    Compiling powerfmt v0.2.0
2026-06-15T13:34:15.8852640Z    Compiling fastrand v2.4.1
2026-06-15T13:34:15.9078033Z    Compiling cc v1.2.63
2026-06-15T13:34:15.9710863Z    Compiling http-body v1.0.1
2026-06-15T13:34:15.9790618Z    Compiling base64ct v1.8.3
2026-06-15T13:34:16.0257602Z    Compiling crypto-common v0.1.7
2026-06-15T13:34:16.0347555Z    Compiling block-buffer v0.10.4
2026-06-15T13:34:16.0862452Z    Compiling deranged v0.5.8
2026-06-15T13:34:16.1410634Z    Compiling digest v0.10.7
2026-06-15T13:34:16.1690367Z    Compiling try-lock v0.2.5
2026-06-15T13:34:16.2350662Z    Compiling zmij v1.0.21
2026-06-15T13:34:16.2720483Z    Compiling pem-rfc7468 v1.0.0
2026-06-15T13:34:16.2810571Z    Compiling base64 v0.22.1
2026-06-15T13:34:16.3330451Z    Compiling tinyvec_macros v0.1.1
2026-06-15T13:34:16.3750476Z    Compiling time-core v0.1.8
2026-06-15T13:34:16.3940497Z    Compiling vcpkg v0.2.15
2026-06-15T13:34:16.4061122Z    Compiling tower-service v0.3.3
2026-06-15T13:34:16.4259570Z    Compiling data-encoding v2.11.0
2026-06-15T13:34:16.4710580Z    Compiling mio v1.2.1
2026-06-15T13:34:16.4920795Z    Compiling socket2 v0.6.4
2026-06-15T13:34:16.5161148Z    Compiling getrandom v0.2.17
2026-06-15T13:34:16.6166090Z    Compiling pkg-config v0.3.33
2026-06-15T13:34:16.6900563Z    Compiling rand_core v0.6.4
2026-06-15T13:34:16.7410551Z    Compiling num-conv v0.2.2
2026-06-15T13:34:16.7540739Z    Compiling rand v0.10.1
2026-06-15T13:34:16.8110599Z    Compiling parking_lot v0.12.5
2026-06-15T13:34:16.8900559Z    Compiling crypto-common v0.2.2
2026-06-15T13:34:16.9050494Z    Compiling block-buffer v0.12.0
2026-06-15T13:34:16.9240809Z    Compiling tinyvec v1.11.0
2026-06-15T13:34:16.9410899Z    Compiling sha2 v0.10.9
2026-06-15T13:34:17.2080609Z    Compiling cmake v0.1.58
2026-06-15T13:34:17.2864495Z    Compiling want v0.3.1
2026-06-15T13:34:17.3120572Z    Compiling inout v0.1.4
2026-06-15T13:34:17.4488876Z    Compiling vergen-lib v9.1.0
2026-06-15T13:34:17.4552358Z    Compiling n0-future v0.3.2
2026-06-15T13:34:17.4850712Z    Compiling spin v0.10.0
2026-06-15T13:34:17.4902521Z    Compiling httpdate v1.0.3
2026-06-15T13:34:17.5361902Z    Compiling signature v2.2.0
2026-06-15T13:34:17.5558326Z    Compiling diatomic-waker v0.2.3
2026-06-15T13:34:17.5760287Z    Compiling cordyceps v0.3.4
2026-06-15T13:34:17.5880884Z    Compiling serde_json v1.0.150
2026-06-15T13:34:17.6040868Z    Compiling crossbeam-utils v0.8.21
2026-06-15T13:34:17.6239128Z    Compiling parking v2.2.1
2026-06-15T13:34:17.6858417Z    Compiling winnow v1.0.3
2026-06-15T13:34:17.7000810Z    Compiling ed25519 v2.2.3
2026-06-15T13:34:17.7150413Z    Compiling cipher v0.4.4
2026-06-15T13:34:17.7610014Z    Compiling futures-lite v2.6.1
2026-06-15T13:34:17.7833122Z    Compiling netlink-packet-core v0.8.1
2026-06-15T13:34:17.7859444Z    Compiling digest v0.11.3
2026-06-15T13:34:17.8281239Z    Compiling universal-hash v0.5.1
2026-06-15T13:34:17.8868448Z    Compiling futures-buffered v0.2.13
2026-06-15T13:34:17.8950535Z    Compiling vergen v9.1.0
2026-06-15T13:34:17.9160683Z    Compiling vergen-lib v0.1.6
2026-06-15T13:34:17.9449652Z    Compiling heapless v0.7.17
2026-06-15T13:34:17.9531098Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-15T13:34:17.9663085Z    Compiling noq-udp v0.10.0
2026-06-15T13:34:17.9753233Z    Compiling sync_wrapper v1.0.2
2026-06-15T13:34:18.0631443Z    Compiling byteorder v1.5.0
2026-06-15T13:34:18.0740490Z    Compiling opaque-debug v0.3.1
2026-06-15T13:34:18.1109342Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-15T13:34:18.1380888Z    Compiling allocator-api2 v0.2.21
2026-06-15T13:34:18.1571424Z    Compiling polyval v0.6.2
2026-06-15T13:34:18.1960000Z    Compiling aws-lc-sys v0.41.0
2026-06-15T13:34:18.2130876Z    Compiling ring v0.17.14
2026-06-15T13:34:18.2200743Z    Compiling libsqlite3-sys v0.30.1
2026-06-15T13:34:18.2620780Z    Compiling hash32 v0.2.1
2026-06-15T13:34:18.3130885Z    Compiling spin v0.9.8
2026-06-15T13:34:18.4268248Z    Compiling vergen-gitcl v1.0.8
2026-06-15T13:34:18.4480643Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-15T13:34:18.4812325Z    Compiling num_threads v0.1.7
2026-06-15T13:34:18.4923530Z    Compiling ryu v1.0.23
2026-06-15T13:34:18.5320753Z    Compiling signature v3.0.0
2026-06-15T13:34:18.6236459Z    Compiling fallible-iterator v0.3.0
2026-06-15T13:34:18.6250239Z    Compiling tower-layer v0.3.3
2026-06-15T13:34:18.6473028Z    Compiling time v0.3.47
2026-06-15T13:34:18.6600745Z    Compiling ghash v0.5.1
2026-06-15T13:34:18.6660935Z    Compiling sha2 v0.11.0-rc.5
2026-06-15T13:34:18.6672259Z    Compiling aes v0.8.4
2026-06-15T13:34:18.8049536Z    Compiling ctr v0.9.2
2026-06-15T13:34:18.8110648Z    Compiling aead v0.5.2
2026-06-15T13:34:18.8900691Z    Compiling http-body-util v0.1.3
2026-06-15T13:34:18.9420754Z    Compiling openssl-probe v0.2.1
2026-06-15T13:34:19.0020259Z    Compiling crossbeam-epoch v0.9.18
2026-06-15T13:34:19.0730672Z    Compiling crossbeam-channel v0.5.15
2026-06-15T13:34:19.1125955Z    Compiling blake3 v1.8.5
2026-06-15T13:34:19.2029792Z    Compiling netlink-packet-route v0.29.0
2026-06-15T13:34:19.2140823Z    Compiling uuid v1.23.2
2026-06-15T13:34:19.4198619Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-15T13:34:19.4350849Z    Compiling aes-gcm v0.10.3
2026-06-15T13:34:19.4790505Z    Compiling memoffset v0.6.5
2026-06-15T13:34:19.4900724Z    Compiling acto v0.8.2
2026-06-15T13:34:19.5690751Z    Compiling netwatch v0.16.0
2026-06-15T13:34:19.6370825Z    Compiling noq v0.18.0
2026-06-15T13:34:19.6630917Z    Compiling sorted-index-buffer v0.2.1
2026-06-15T13:34:19.6890792Z    Compiling identity-hash v0.1.0
2026-06-15T13:34:19.7810891Z    Compiling thiserror v1.0.69
2026-06-15T13:34:19.8149393Z    Compiling tagptr v0.2.0
2026-06-15T13:34:19.8340977Z    Compiling foldhash v0.2.0
2026-06-15T13:34:19.8570805Z    Compiling rustix v1.1.4
2026-06-15T13:34:19.8644445Z    Compiling mac-addr v0.3.0
2026-06-15T13:34:19.8938230Z    Compiling lru-slab v0.1.2
2026-06-15T13:34:19.9701456Z    Compiling rustc-hash v2.1.2
2026-06-15T13:34:20.0182625Z    Compiling xml-rs v0.8.28
2026-06-15T13:34:20.0245706Z    Compiling ref-cast v1.0.25
2026-06-15T13:34:20.0501139Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-15T13:34:20.0991232Z    Compiling hashbrown v0.16.1
2026-06-15T13:34:20.3241537Z    Compiling netlink-packet-route v0.30.0
2026-06-15T13:34:20.3548832Z    Compiling serial-core v0.4.0
2026-06-15T13:34:20.3581306Z    Compiling errno v0.3.14
2026-06-15T13:34:20.3680360Z    Compiling termios v0.2.2
2026-06-15T13:34:20.4978840Z    Compiling synstructure v0.13.2
2026-06-15T13:34:20.5054923Z    Compiling darling_core v0.20.11
2026-06-15T13:34:20.5230986Z    Compiling serde_derive_internals v0.29.1
2026-06-15T13:34:20.9142882Z    Compiling xmltree v0.10.3
2026-06-15T13:34:20.9290400Z    Compiling ioctl-rs v0.1.6
2026-06-15T13:34:21.0300480Z    Compiling aho-corasick v1.1.4
2026-06-15T13:34:21.0400431Z    Compiling simple-dns v0.9.3
2026-06-15T13:34:21.1470375Z    Compiling proc-macro-crate v3.5.0
2026-06-15T13:34:21.2160991Z    Compiling winnow v0.7.15
2026-06-15T13:34:21.2840999Z    Compiling sha1_smol v1.0.1
2026-06-15T13:34:21.3120727Z    Compiling signal-hook v0.3.18
2026-06-15T13:34:21.4680702Z    Compiling toml_write v0.1.2
2026-06-15T13:34:21.5630949Z    Compiling arrayref v0.3.9
2026-06-15T13:34:21.6141983Z    Compiling constant_time_eq v0.4.2
2026-06-15T13:34:21.6310619Z    Compiling simdutf8 v0.1.5
2026-06-15T13:34:21.6880804Z    Compiling arrayvec v0.7.6
2026-06-15T13:34:21.7241007Z    Compiling resolv-conf v0.7.6
2026-06-15T13:34:21.7309604Z    Compiling regex-syntax v0.8.10
2026-06-15T13:34:21.7521598Z    Compiling smol_str v0.1.24
2026-06-15T13:34:21.7843798Z    Compiling linux-raw-sys v0.12.1
2026-06-15T13:34:21.9580834Z    Compiling serial-unix v0.4.0
2026-06-15T13:34:21.9760872Z    Compiling lru v0.16.4
2026-06-15T13:34:22.1293451Z    Compiling signal-hook-registry v1.4.8
2026-06-15T13:34:22.1640845Z    Compiling darling_core v0.23.0
2026-06-15T13:34:22.2870845Z    Compiling serde_bytes v0.11.19
2026-06-15T13:34:22.4923741Z    Compiling seize v0.5.1
2026-06-15T13:34:22.5585025Z    Compiling hmac v0.12.1
2026-06-15T13:34:22.5690787Z    Compiling iroh v0.98.2
2026-06-15T13:34:22.6092943Z    Compiling serde_derive v1.0.228
2026-06-15T13:34:22.6938297Z    Compiling zeroize_derive v1.4.3
2026-06-15T13:34:22.8537178Z    Compiling tokio-macros v2.7.0
2026-06-15T13:34:22.9600975Z    Compiling zerofrom-derive v0.1.7
2026-06-15T13:34:23.1471525Z    Compiling futures-macro v0.3.32
2026-06-15T13:34:23.3350800Z    Compiling zeroize v1.8.2
2026-06-15T13:34:23.5497207Z    Compiling yoke-derive v0.8.2
2026-06-15T13:34:23.6754826Z    Compiling tokio v1.52.3
2026-06-15T13:34:23.7920883Z    Compiling zerovec-derive v0.11.3
2026-06-15T13:34:23.8888828Z    Compiling displaydoc v0.2.6
2026-06-15T13:34:23.9811638Z    Compiling tracing-attributes v0.1.31
2026-06-15T13:34:24.1851178Z    Compiling futures-util v0.3.32
2026-06-15T13:34:24.5541186Z    Compiling zerofrom v0.1.8
2026-06-15T13:34:24.6640706Z    Compiling rustls-pki-types v1.14.1
2026-06-15T13:34:24.6927301Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-15T13:34:24.7981308Z    Compiling thiserror-impl v2.0.18
2026-06-15T13:34:25.0295629Z    Compiling yoke v0.8.3
2026-06-15T13:34:25.2361031Z    Compiling zerotrie v0.2.4
2026-06-15T13:34:25.3980933Z    Compiling darling_macro v0.20.11
2026-06-15T13:34:25.4170888Z    Compiling zerovec v0.11.6
2026-06-15T13:34:25.6031698Z    Compiling derive_more-impl v2.1.1
2026-06-15T13:34:25.7000588Z    Compiling darling v0.20.11
2026-06-15T13:34:25.7741635Z    Compiling derive_builder_core v0.20.2
2026-06-15T13:34:25.7990578Z    Compiling spez v0.1.2
2026-06-15T13:34:25.8917952Z    Compiling n0-error-macros v0.1.3
2026-06-15T13:34:26.1393016Z    Compiling tinystr v0.8.3
2026-06-15T13:34:26.1710236Z    Compiling potential_utf v0.1.5
2026-06-15T13:34:26.3040707Z    Compiling icu_collections v2.2.0
2026-06-15T13:34:26.3653820Z    Compiling icu_locale_core v2.2.0
2026-06-15T13:34:26.4093543Z    Compiling der v0.8.0-rc.10
2026-06-15T13:34:26.7020824Z    Compiling pin-project-internal v1.1.13
2026-06-15T13:34:27.0690842Z    Compiling n0-error v0.1.3
2026-06-15T13:34:27.0891203Z    Compiling cobs v0.3.0
2026-06-15T13:34:27.2304125Z    Compiling derive_builder_macro v0.20.2
2026-06-15T13:34:27.3270811Z    Compiling postcard-derive v0.2.2
2026-06-15T13:34:27.4400573Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-15T13:34:27.5606927Z    Compiling derive_builder v0.20.2
2026-06-15T13:34:27.6604640Z    Compiling icu_provider v2.2.0
2026-06-15T13:34:27.9547492Z    Compiling icu_properties v2.2.0
2026-06-15T13:34:27.9700470Z    Compiling icu_normalizer v2.2.0
2026-06-15T13:34:28.0260460Z    Compiling ipnet v2.12.0
2026-06-15T13:34:28.1040502Z    Compiling spki v0.8.0-rc.4
2026-06-15T13:34:28.1810585Z    Compiling pin-project v1.1.13
2026-06-15T13:34:28.2270668Z    Compiling futures-executor v0.3.32
2026-06-15T13:34:28.2640835Z    Compiling ed25519-dalek v2.2.0
2026-06-15T13:34:28.3567999Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-15T13:34:28.4390641Z    Compiling futures v0.3.32
2026-06-15T13:34:28.5007980Z    Compiling prefix-trie v0.8.4
2026-06-15T13:34:28.5281037Z    Compiling once_cell v1.21.4
2026-06-15T13:34:28.5561090Z    Compiling spt-proto v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-15T13:34:28.5840875Z    Compiling ed25519 v3.0.0-rc.4
2026-06-15T13:34:28.7804045Z    Compiling tracing-core v0.1.36
2026-06-15T13:34:29.0650538Z    Compiling hashbrown v0.14.5
2026-06-15T13:34:29.0820961Z    Compiling data-encoding-macro v0.1.20
2026-06-15T13:34:29.1376228Z    Compiling rustls-native-certs v0.8.4
2026-06-15T13:34:29.1503537Z    Compiling async-trait v0.1.89
2026-06-15T13:34:29.2810897Z    Compiling tracing v0.1.44
2026-06-15T13:34:29.3830304Z    Compiling idna_adapter v1.2.2
2026-06-15T13:34:29.4184685Z    Compiling postcard v1.1.3
2026-06-15T13:34:29.5000942Z    Compiling idna v1.1.0
2026-06-15T13:34:29.6868080Z    Compiling iroh-metrics-derive v0.4.1
2026-06-15T13:34:29.6996019Z    Compiling num_enum_derive v0.7.6
2026-06-15T13:34:29.7140723Z    Compiling strum_macros v0.28.0
2026-06-15T13:34:29.7270951Z    Compiling tokio-util v0.7.18
2026-06-15T13:34:29.7330169Z    Compiling netlink-sys v0.8.8
2026-06-15T13:34:29.8440823Z    Compiling hashlink v0.9.1
2026-06-15T13:34:29.9276679Z    Compiling tower v0.5.3
2026-06-15T13:34:30.0579326Z    Compiling url v2.5.8
2026-06-15T13:34:30.1760456Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-15T13:34:30.2556652Z    Compiling rusqlite v0.32.1
2026-06-15T13:34:30.2630601Z    Compiling enum-assoc v1.3.0
2026-06-15T13:34:30.2715321Z    Compiling iroh-metrics v0.38.3
2026-06-15T13:34:30.2930767Z    Compiling netlink-proto v0.12.0
2026-06-15T13:34:30.3084601Z    Compiling derive_more v2.1.1
2026-06-15T13:34:30.5210766Z    Compiling netdev v0.42.0
2026-06-15T13:34:30.5820865Z    Compiling iroh-relay v0.98.0
2026-06-15T13:34:30.6087744Z    Compiling moka v0.12.15
2026-06-15T13:34:30.6190866Z    Compiling serde_spanned v0.6.9
2026-06-15T13:34:30.6261059Z    Compiling toml_datetime v0.6.11
2026-06-15T13:34:30.7519167Z    Compiling ref-cast-impl v1.0.25
2026-06-15T13:34:30.8760972Z    Compiling h2 v0.4.14
2026-06-15T13:34:30.9161003Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-15T13:34:30.9370452Z    Compiling tower-http v0.6.11
2026-06-15T13:34:31.0261198Z    Compiling n0-watcher v0.6.1
2026-06-15T13:34:31.0681369Z    Compiling iroh-base v0.98.0
2026-06-15T13:34:31.0770686Z    Compiling attohttpc v0.30.1
2026-06-15T13:34:31.2880843Z    Compiling num_enum v0.7.6
2026-06-15T13:34:31.3000295Z    Compiling tokio-stream v0.1.18
2026-06-15T13:34:31.3921030Z    Compiling thiserror-impl v1.0.69
2026-06-15T13:34:31.5083847Z    Compiling spt-store v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-15T13:34:31.7121990Z    Compiling toml_edit v0.22.27
2026-06-15T13:34:31.8460837Z    Compiling webpki-roots v1.0.7
2026-06-15T13:34:31.8723230Z    Compiling regex-automata v0.4.14
2026-06-15T13:34:31.9511217Z    Compiling schemars_derive v1.2.1
2026-06-15T13:34:31.9941914Z    Compiling cmov v0.5.4
2026-06-15T13:34:32.2234040Z    Compiling bitflags v1.3.2
2026-06-15T13:34:32.2560875Z    Compiling pin-utils v0.1.0
2026-06-15T13:34:32.2900777Z    Compiling utf8parse v0.2.2
2026-06-15T13:34:32.3060754Z    Compiling dyn-clone v1.0.20
2026-06-15T13:34:32.3191272Z    Compiling rustix v0.38.44
2026-06-15T13:34:32.3850664Z    Compiling anstyle-parse v1.0.0
2026-06-15T13:34:32.4628727Z    Compiling nix v0.25.1
2026-06-15T13:34:32.5770297Z    Compiling ctutils v0.4.2
2026-06-15T13:34:32.5900828Z    Compiling backon v1.6.0
2026-06-15T13:34:32.7120744Z    Compiling strum v0.28.0
2026-06-15T13:34:32.7280664Z    Compiling darling_macro v0.23.0
2026-06-15T13:34:32.8264171Z    Compiling iroh-dns v0.98.0
2026-06-15T13:34:32.8891321Z    Compiling papaya v0.2.4
2026-06-15T13:34:32.8990369Z    Compiling hkdf v0.12.4
2026-06-15T13:34:33.0896678Z    Compiling serial v0.4.0
2026-06-15T13:34:33.1100974Z    Compiling is_terminal_polyfill v1.70.2
2026-06-15T13:34:33.1553754Z    Compiling anstyle v1.0.14
2026-06-15T13:34:33.1744414Z    Compiling filedescriptor v0.8.3
2026-06-15T13:34:33.1850964Z    Compiling linux-raw-sys v0.4.15
2026-06-15T13:34:33.4075478Z    Compiling colorchoice v1.0.5
2026-06-15T13:34:33.4161081Z    Compiling anstyle-query v1.1.5
2026-06-15T13:34:33.4230861Z    Compiling downcast-rs v1.2.1
2026-06-15T13:34:33.4398441Z    Compiling instability v0.3.12
2026-06-15T13:34:33.4779202Z    Compiling foldhash v0.1.5
2026-06-15T13:34:33.4870594Z    Compiling shell-words v1.1.1
2026-06-15T13:34:33.4910720Z    Compiling anstream v1.0.0
2026-06-15T13:34:33.4951373Z    Compiling signal-hook-mio v0.2.5
2026-06-15T13:34:33.6010554Z    Compiling hashbrown v0.15.5
2026-06-15T13:34:33.6260759Z    Compiling darling v0.23.0
2026-06-15T13:34:33.6300518Z    Compiling spake2 v0.4.0
2026-06-15T13:34:33.6960937Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-15T13:34:33.7140884Z    Compiling terminal_size v0.4.4
2026-06-15T13:34:33.7842155Z    Compiling strum_macros v0.26.4
2026-06-15T13:34:33.8279461Z    Compiling sha1 v0.10.6
2026-06-15T13:34:33.8740625Z    Compiling itertools v0.13.0
2026-06-15T13:34:33.9992626Z    Compiling castaway v0.2.4
2026-06-15T13:34:34.0700603Z    Compiling schemars v1.2.1
2026-06-15T13:34:34.1000837Z    Compiling indoc v2.0.7
2026-06-15T13:34:34.1080444Z    Compiling doctest-file v1.1.1
2026-06-15T13:34:34.4251265Z    Compiling spt-msg v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-15T13:34:34.5780338Z    Compiling toml v0.8.23
2026-06-15T13:34:34.6060572Z    Compiling clap_lex v1.1.0
2026-06-15T13:34:34.8640699Z    Compiling unicode-width v0.1.14
2026-06-15T13:34:34.8831316Z    Compiling static_assertions v1.1.0
2026-06-15T13:34:34.9443974Z    Compiling regex v1.12.3
2026-06-15T13:34:35.1910433Z    Compiling compact_str v0.8.2
2026-06-15T13:34:35.4378009Z    Compiling spt-runtime v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-15T13:34:35.6420821Z    Compiling clap_builder v4.6.0
2026-06-15T13:34:36.0694239Z    Compiling unicode-truncate v1.1.0
2026-06-15T13:34:36.1740325Z    Compiling interprocess v2.4.2
2026-06-15T13:34:36.2331002Z    Compiling crossterm v0.28.1
2026-06-15T13:34:36.3106249Z    Compiling hyper v1.10.1
2026-06-15T13:34:36.4045147Z    Compiling strum v0.26.3
2026-06-15T13:34:36.5396615Z    Compiling lru v0.12.5
2026-06-15T13:34:36.6900828Z    Compiling clap_derive v4.6.1
2026-06-15T13:34:36.7008744Z    Compiling iana-time-zone v0.1.65
2026-06-15T13:34:36.7078573Z    Compiling unicode-width v0.2.0
2026-06-15T13:34:36.9118594Z    Compiling portable-pty v0.8.1
2026-06-15T13:34:37.0260551Z    Compiling cassowary v0.3.0
2026-06-15T13:34:37.0931189Z    Compiling chrono v0.4.45
2026-06-15T13:34:37.1191030Z    Compiling nucleo-matcher v0.3.1
2026-06-15T13:34:37.5995471Z    Compiling spt-term v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-15T13:34:37.9107633Z    Compiling ratatui v0.29.0
2026-06-15T13:34:38.0610801Z    Compiling qrcode v0.14.1
2026-06-15T13:34:38.1110501Z    Compiling tempfile v3.27.0
2026-06-15T13:34:38.3000668Z    Compiling hyper-util v0.1.20
2026-06-15T13:34:38.3571293Z    Compiling spt-live v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-15T13:34:39.2720986Z    Compiling clap v4.6.1
2026-06-15T13:34:40.2290350Z    Compiling igd-next v0.17.1
2026-06-15T13:34:41.2651615Z    Compiling portmapper v0.16.0
2026-06-15T13:34:45.9224480Z    Compiling rustls-webpki v0.103.13
2026-06-15T13:34:48.2480716Z    Compiling tokio-rustls v0.26.4
2026-06-15T13:34:48.2481874Z    Compiling rustls-platform-verifier v0.7.0
2026-06-15T13:34:48.2482217Z    Compiling noq-proto v0.17.0
2026-06-15T13:34:48.3852002Z    Compiling hickory-net v0.26.0-beta.4
2026-06-15T13:34:48.3852754Z    Compiling hyper-rustls v0.27.9
2026-06-15T13:34:48.3855273Z    Compiling tokio-websockets v0.13.2
2026-06-15T13:34:48.5486078Z    Compiling reqwest v0.13.4
2026-06-15T13:34:49.4713636Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-15T13:35:03.3928130Z    Compiling spt-net v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-15T13:35:04.7117657Z    Compiling spt-daemon v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-15T13:35:11.1920427Z    Compiling spt v0.7.1 (/home/reavus/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-15T13:35:14.5794200Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 01s
2026-06-15T13:35:14.6009889Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-da43da27e5630773)
2026-06-15T13:35:14.6023342Z 
2026-06-15T13:35:14.6025029Z running 1 test
2026-06-15T13:35:20.6869459Z test new_brain_serves_against_old_broker ... ok
2026-06-15T13:35:20.6869784Z 
2026-06-15T13:35:20.6870060Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.08s
2026-06-15T13:35:20.6870883Z 
2026-06-15T13:35:20.7074679Z Post job cleanup.
2026-06-15T13:35:20.7740869Z [command]/usr/bin/git version
2026-06-15T13:35:20.7772020Z git version 2.43.0
2026-06-15T13:35:20.7801148Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/df88baad-413c-4ded-a77d-af2220d773ee' before making global git config changes
2026-06-15T13:35:20.7802115Z Adding repository directory to the temporary git global config as a safe directory
2026-06-15T13:35:20.7804197Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-15T13:35:20.7833828Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-15T13:35:20.7858658Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-15T13:35:20.8078640Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-15T13:35:20.8098012Z http.https://github.com/.extraheader
2026-06-15T13:35:20.8105047Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-15T13:35:20.8129366Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-15T13:35:20.8323741Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-15T13:35:20.8347748Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-15T13:35:20.8666021Z Cleaning up orphan processes
2026-06-15T13:35:20.9188503Z Terminate orphan process: pid (3517580) (spt)
